Linux webm002.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
loco-translate
/
src
/
fs
/
/home/ariannadhf/www/wp-content/plugins/loco-translate/src/fs/FileListInterface.php
<?php interface Loco_fs_FileListInterface extends Countable, Iterator { /** * Add a file uniquely * @return bool whether file was added (and didn't already exist) */ public function add( Loco_fs_File $file ):bool; }